Modern Full-Stack Development by Frank Zammetti

Modern Full-Stack Development by Frank Zammetti

Author:Frank Zammetti
Language: eng
Format: epub, mobi
ISBN: 9781484257388
Publisher: Apress


Back to the Code!

Okay, so finally, here we are, looking at the code in main.ts! It begins boringly enough:

Note

For all the source code listings in this chapter and the next three, all comments have been removed from the code, and the code may have been condensed and reformatted a bit to save some space on the printed page. The actual executable code is the same in the book as in the source code bundle, though.

import path from "path";

import express,

{ Express, NextFunction, Request, Response } from "express";

import { serverInfo } from "./ServerInfo";

import * as IMAP from "./IMAP";

import * as SMTP from "./SMTP";

import * as Contacts from "./Contacts";

import { IContact } from "./Contacts";



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.